Skip to content

Commit

Permalink
get more dns
Browse files Browse the repository at this point in the history
  • Loading branch information
gdoteof committed Jun 11, 2023
1 parent 400db2d commit 2bd4e34
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ ingress:
service: https://ingress-nginx-controller.networking.svc.cluster.local:443
originRequest:
originServerName: "ingress.${SECRET_DOMAIN}"
- hostname: "*.monitoring.${SECRET_DOMAIN}"
service: https://ingress-nginx-controller.networking.svc.cluster.local:443
originRequest:
originServerName: "ingress.${SECRET_DOMAIN}"
- service: http_status:404
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
dnsNames:
- "${SECRET_DOMAIN}"
- "*.${SECRET_DOMAIN}"
- "*.monitoring.${SECRET_DOMAIN}"
---
apiVersion: cert-manager.io/v1
kind: Certificate
Expand All @@ -28,3 +29,4 @@ spec:
dnsNames:
- "${SECRET_DOMAIN}"
- "*.${SECRET_DOMAIN}"
- "*.monitoring.${SECRET_DOMAIN}"
2 changes: 2 additions & 0 deletions kubernetes/apps/postgres-operator/postgres-operator/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
name: cluster-apps-postgres-operator
namespace: flux-system
spec:
dependsOn:
- name: cluster-apps-rook-ceph-cluster
path: ./kubernetes/apps/postgres-operator/postgres-operator/app
prune: true
sourceRef:
Expand Down

0 comments on commit 2bd4e34

Please sign in to comment.