fix: simplify archmeister
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- _manifest.yaml
|
||||
patches:
|
||||
- path: deployment_patch.yaml
|
||||
target:
|
||||
group: apps
|
||||
kind: Deployment
|
||||
name: archmeister
|
||||
version: v1
|
||||
- path: ingress_patch.yaml
|
||||
target:
|
||||
group: networking.k8s.io
|
||||
kind: Ingress
|
||||
name: archmeister-internal
|
||||
version: v1
|
||||
annotationSelector: atlantis.oceanbox.io/expose=internal
|
||||
version: v1
|
||||
resources:
|
||||
- _manifest.yaml
|
||||
|
||||
Reference in New Issue
Block a user