1
0
Fork 0

feat(sealed-secrets): initial deployment of the application

This commit is contained in:
Sergio Talens-Oliag 2025-05-03 00:55:13 +02:00
parent 82823e1fc3
commit 9ae6f68058
Signed by: sto
GPG key ID: 821AEE0FD167FBDF
5 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"appName": "sealed-secrets",
"userGivenName": "sealed-secrets",
"destNamespace": "kube-system",
"destServer": "https://kubernetes.default.svc",
"srcPath": "apps/sealed-secrets/overlays/test",
"srcRepoURL": "https://forgejo.mixinet.net/blogops/argocd.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View file

@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# Uncomment if you want to add additional resources using kustomize instead of the chart
#resources:
#- ../../base
generators:
- ../../helm

View file

@ -0,0 +1,3 @@
ingress:
enabled: true
hostname: test-sealed-secrets.localhost.mixinet.net