feature/bstein-dev-home #7

Merged
bstein merged 95 commits from feature/bstein-dev-home into main 2025-12-18 04:23:02 +00:00
2 changed files with 18 additions and 0 deletions
Showing only changes of commit 6993f51ef7 - Show all commits

View File

@ -6,3 +6,4 @@ resources:
- source.yaml - source.yaml
- helmrelease.yaml - helmrelease.yaml
- certificate.yaml - certificate.yaml
- networkpolicy-acme.yaml

View File

@ -0,0 +1,17 @@
# services/gitops-ui/networkpolicy-acme.yaml
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-acme-solver
namespace: flux-system
spec:
podSelector:
matchLabels:
acme.cert-manager.io/http01-solver: "true"
policyTypes:
- Ingress
ingress:
- from:
- namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: traefik