Skip to content

Commit e0381d1

Browse files
committed
add externalIp annotation for externaldns
1 parent 34b8071 commit e0381d1

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

templates/application-dex.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ spec:
3939
className: "public-authenticated"
4040
annotations:
4141
ingress.pomerium.io/allow_public_unauthenticated_access: 'true'
42+
external-dns.alpha.kubernetes.io/target: "159.69.100.65"
4243
hosts:
4344
- host: dex.{{ .Values.captain_domain }}
4445
paths:

templates/application-nginx-public.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ spec:
8989
annotations:
9090
service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
9191
external-dns.alpha.kubernetes.io/hostname: ingress.{{ .Values.captain_domain }}
92-
type: "LoadBalancer"
92+
type: "NodePort"
9393
externalTrafficPolicy: "Local"
9494
# https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2366
9595
# https://github.com/kubernetes-sigs/aws-load-balancer-controller/issues/2366#issuecomment-1788923154

templates/application-pomerium-post-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
source:
2525
repoURL: 'https://helm.gpkg.io/platform'
2626
chart: glueops-pomerium-post-deploy
27-
targetRevision: 0.1.0
27+
targetRevision: v0.3.0-rc3
2828
helm:
2929
skipCrds: true
3030
parameters:

templates/application-pomerium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ spec:
2626
source:
2727
repoURL: https://github.com/GlueOps/platform-kustomize-pomerium.git
2828
path: .
29-
targetRevision: v0.8.0
29+
targetRevision: v0.9.0-rc7

templates/application-vault.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ spec:
5959
ingress.pomerium.io/secure_upstream: 'true'
6060
ingress.pomerium.io/tls_skip_verify: 'true'
6161
ingress.pomerium.io/idle_timeout: 0s
62+
external-dns.alpha.kubernetes.io/target: "159.69.100.65"
6263
enabled: true
6364
hosts:
6465
- host: vault.{{ .Values.captain_domain }}

0 commit comments

Comments
 (0)