move environment into argo

This commit is contained in:
Morten Olsen
2025-12-04 13:10:01 +01:00
parent 4db3cd4ed4
commit 0b0a6f4d6c
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
apiVersion: v2
version: 1.0.0
name: environment

View File

@@ -0,0 +1,9 @@
apiVersion: homelab.mortenolsen.pro/v1
kind: Environment
metadata:
name: "{{ .Values.globals.environment }}"
spec:
domain: "{{ .Values.globals.domain }}"
networkIp: 192.168.20.180
tls:
issuer: lets-encrypt-prod

View File

@@ -0,0 +1,4 @@
globals:
environment: prod
timezone: Europe/Amsterdam
domain: olsen.cloud