imfreedom/k8s-cluster

Parents 769bb0442367
Children 06187cd849be
make traefik our first port as that's what's going to be used for health checks on the load balancer and there's multiple pods for it
--- a/20-ingress.yaml Wed Jun 16 03:37:00 2021 -0500
+++ b/20-ingress.yaml Thu Jun 17 01:42:54 2021 -0500
@@ -299,15 +299,15 @@
type: LoadBalancer
externalTrafficPolicy: Cluster
ports:
- - name: hgkeeper
- port: 22
- targetPort: keep-ssh
- name: http
port: 80
targetPort: http
- name: https
port: 443
targetPort: https
+ - name: hgkeeper
+ port: 22
+ targetPort: keep-ssh
- name: xmpp-c2s
port: 5222
targetPort: xmpp-c2s