11 lines
275 B
YAML
11 lines
275 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
images:
|
|
- name: ghcr.io/unchainedio/manoon-headless
|
|
newName: registry.manoonoils.svc.cluster.local:5000/manoon-headless
|
|
newTag: c3b3e13
|