initial commit

This commit is contained in:
2025-09-29 20:09:03 +02:00
commit 594aa43c74
20 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
BG_COLOR=#000000
FONT_COLOR=#FFFFFF
CUSTOM_HEADER=Welcome to the DEV environment!!

View File

@@ -0,0 +1,9 @@
bases:
- ../../base
patches:
- replicas.yaml
configMapGenerator:
- name: mykustom-map
env: config.properties

View File

@@ -0,0 +1,6 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: mywebapp
spec:
replicas: 3

View File

@@ -0,0 +1,3 @@
BG_COLOR=#12181b
FONT_COLOR=#FFFFFF
CUSTOM_HEADER=Welcome to the Prod environment!!

View File

@@ -0,0 +1,9 @@
bases:
- ../../base
patches:
- replicas.yaml
configMapGenerator:
- name: mykustom-map
env: config.properties

View File

@@ -0,0 +1,6 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: mywebapp
spec:
replicas: 4