mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -05:00
update
This commit is contained in:
parent
e6c3dc4357
commit
960a681b6f
1 changed files with 11 additions and 0 deletions
|
|
@ -67,3 +67,14 @@ subsets:
|
||||||
- ip: 192.168.12.130
|
- ip: 192.168.12.130
|
||||||
ports:
|
ports:
|
||||||
- port: 443
|
- port: 443
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Service
|
||||||
|
metadata:
|
||||||
|
name: infra-cluster
|
||||||
|
spec:
|
||||||
|
ports:
|
||||||
|
- protocol: TCP
|
||||||
|
port: 443
|
||||||
|
targetPort: 443
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue