redesign fully scaffolded and web login works
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
# Note: namespaces are defined in base; workloads go to dexorder-system
|
||||
namespace: dexorder-system
|
||||
|
||||
# Base resources (includes security policies)
|
||||
resources:
|
||||
- ../base
|
||||
- infrastructure.yaml
|
||||
- storage-class.yaml
|
||||
- configs/gateway-config.yaml
|
||||
- gateway-health-ingress.yaml
|
||||
|
||||
# Dev-specific patches
|
||||
patches:
|
||||
@@ -15,6 +15,14 @@ patches:
|
||||
- path: agent-quotas-patch.yaml
|
||||
# Allow local registry images
|
||||
- path: admission-policy-patch.yaml
|
||||
# Web environment variables for dev
|
||||
- path: web-dev-patch.yaml
|
||||
# Web ingress for dev (no TLS, dexorder.local)
|
||||
- path: web-ingress-patch.yaml
|
||||
# Gateway dev overrides (use local image)
|
||||
- path: gateway-dev-patch.yaml
|
||||
# Gateway ingress for dev (no TLS, dexorder.local)
|
||||
- path: gateway-ingress-patch.yaml
|
||||
|
||||
# ConfigMaps for service configs
|
||||
configMapGenerator:
|
||||
@@ -34,3 +42,24 @@ secretGenerator: []
|
||||
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user