Skip to content

Commit

Permalink
feat: add tunnelbinding
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed May 10, 2023
1 parent 54e391c commit 346bb08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/dev/mongodb/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
#- ./pvc.yaml
- https://raw.githubusercontent.com/mongodb/mongodb-kubernetes-operator/master/config/samples/mongodb.com_v1_mongodbcommunity_cr.yaml
#- ./externalsecret.yaml
#- ./tunnelbinding.yaml
- ./tunnelbinding.yaml
2 changes: 1 addition & 1 deletion kubernetes/apps/dev/mongodb/app/tunnelbinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: mongodb-tunnelbinding
namespace: dev
subjects:
- name: mongodb-headless
- name: example-mongodb-svc
spec:
fqdn: "mongodb.${SECRET_DOMAIN}"
tunnelRef:
Expand Down

0 comments on commit 346bb08

Please sign in to comment.