moving project to gitea

This commit is contained in:
2026-07-26 09:35:26 +02:00
parent c1a36ea29b
commit 4486fdcc8a
61 changed files with 33940 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: default
resources:
- ../../base
namePrefix: prod-
labels:
- pairs:
environment: production
app: nginx-prod
configMapGenerator:
- name: nginx-html
behavior: replace
files:
- index.html
options:
labels:
environment: production
patches:
- path: service-patch.yaml
target:
kind: Service
name: nginx
- path: deployment-patch.yaml
target:
kind: Deployment
name: nginx