move to clusterip

This commit is contained in:
Neil Hanlon 2023-08-07 11:27:51 -04:00
parent 7f7667dd57
commit e0802d6618
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -16,7 +16,7 @@ spec:
spec: spec:
containers: containers:
- name: caddy - name: caddy
image: git.shrug.pw/neil/cultfifthoctet:latest image: git.shrug.pw/neil/cultfifthoctet
ports: ports:
- name: tcp - name: tcp
containerPort: 8080 containerPort: 8080
@ -31,7 +31,7 @@ spec:
- port: 8080 - port: 8080
targetPort: 8080 targetPort: 8080
protocol: TCP protocol: TCP
type: LoadBalancer type: ClusterIP
selector: selector:
app: caddy app: caddy