Skip to content

Commit

Permalink
ingresses
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvshivkov committed Nov 15, 2024
1 parent bb6f020 commit d75c4fb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kustomize/sd3/api/base/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: sd3-api
name: sd3-api-ingress
labels:
app: sd3-api
annotations:
Expand Down
10 changes: 10 additions & 0 deletions kustomize/sd3/api/overlays/test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ configMapGenerator:
- name: sd3-vault-config
files:
- vault-agent.hcl

patchesStrategicMerge:
- |-
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: sd3-api-ingress
spec:
rules:
- host: api.test.status.otc-service.com
13 changes: 13 additions & 0 deletions kustomize/sd3/frontend/overlays/test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,16 @@ configMapGenerator:
- name: sd3-front-vault-config
files:
- vault-agent.hcl

resources:
- ../../base

patchesStrategicMerge:
- |-
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: sd3-frontend-ingress
spec:
rules:
- host: test.status.otc-service.com

0 comments on commit d75c4fb

Please sign in to comment.