mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 09:11:30 -05:00
update
This commit is contained in:
parent
ce51ae2f8d
commit
dc09d0109e
2 changed files with 8 additions and 1 deletions
|
|
@ -103,6 +103,10 @@ spec:
|
|||
port: 5000
|
||||
protocol: TCP
|
||||
targetPort: 5000
|
||||
- name: gitlab-registry
|
||||
port: 5002
|
||||
protocol: TCP
|
||||
targetPort: 5002
|
||||
- name: root-vault
|
||||
port: 8201
|
||||
protocol: TCP
|
||||
|
|
@ -170,6 +174,9 @@ subsets:
|
|||
- name: registry
|
||||
port: 5000
|
||||
protocol: TCP
|
||||
- name: gitlab-registry
|
||||
port: 5002
|
||||
protocol: TCP
|
||||
- name: root-vault
|
||||
port: 8201
|
||||
protocol: TCP
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ spec:
|
|||
kind: Rule
|
||||
services:
|
||||
- name: unraid
|
||||
port: 5050
|
||||
port: 5002
|
||||
scheme: http
|
||||
tls:
|
||||
secretName: gitlab-images-tls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue