Skip to content

Commit

Permalink
(kc) adjust ingress backend
Browse files Browse the repository at this point in the history
  • Loading branch information
h3mmy committed Jul 22, 2023
1 parent 59cbd3d commit f8ee69b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
namespace: auth
annotations:
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/service.serversscheme: tcp
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.middlewares: networking-chain-no-auth@kubernetescrd
traefik.ingress.kubernetes.io/affinity: "true"
Expand All @@ -22,7 +21,7 @@ spec:
service:
name: kc-instance-service
port:
name: https
number: 8443
tls:
- secretName: "tls.${XYZ_DOMAIN/./-}"
hosts:
Expand Down

1 comment on commit f8ee69b

@h3mmy
Copy link
Owner Author

@h3mmy h3mmy commented on f8ee69b Jul 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.