Sealed secret provides auth for pulling from ghcr.io/lazorgurl/*. Added imagePullSecrets to both app deployments.
8 lines
162 B
YAML
8 lines
162 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
- ghcr-pull-secret-sealed.yaml
|