Skip to content

Commit

Permalink
Use different hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Jul 11, 2024
1 parent 9a4f243 commit 7c216ac
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@ spec:
controller: main
type: LoadBalancer
annotations:
external-dns.alpha.kubernetes.io/hostname: go-hello.${SECRET_DOMAIN_NAME}
external-dns.alpha.kubernetes.io/hostname: go-hello.grpc.${SECRET_DOMAIN_NAME}
io.cilium/lb-ipam-ips: ${CONFIG_STAGING_SVC_GO_HELLO}
ports:
http:
port: 8080
grpc:
port: 6952
targetPort: 6952
protocol: TCP
ingress:
main:
enabled: true
Expand Down

0 comments on commit 7c216ac

Please sign in to comment.