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