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
|
port: 5000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 5000
|
targetPort: 5000
|
||||||
|
- name: gitlab-registry
|
||||||
|
port: 5002
|
||||||
|
protocol: TCP
|
||||||
|
targetPort: 5002
|
||||||
- name: root-vault
|
- name: root-vault
|
||||||
port: 8201
|
port: 8201
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
@ -170,6 +174,9 @@ subsets:
|
||||||
- name: registry
|
- name: registry
|
||||||
port: 5000
|
port: 5000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- name: gitlab-registry
|
||||||
|
port: 5002
|
||||||
|
protocol: TCP
|
||||||
- name: root-vault
|
- name: root-vault
|
||||||
port: 8201
|
port: 8201
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ spec:
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: unraid
|
- name: unraid
|
||||||
port: 5050
|
port: 5002
|
||||||
scheme: http
|
scheme: http
|
||||||
tls:
|
tls:
|
||||||
secretName: gitlab-images-tls
|
secretName: gitlab-images-tls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue