This commit is contained in:
DeveloperDurp 2026-05-02 06:15:04 -05:00
parent 1ddfd948a5
commit d50b776fef

View file

@ -63,6 +63,9 @@ spec:
- name: forgejo - name: forgejo
port: 3000 port: 3000
protocol: TCP protocol: TCP
- name: kuma
port: 3001
protocol: TCP
targetPort: 3000 targetPort: 3000
- name: freshrss - name: freshrss
port: 8085 port: 8085
@ -112,6 +115,9 @@ spec:
port: 81 port: 81
protocol: TCP protocol: TCP
targetPort: 81 targetPort: 81
- name: gotify
port: 8070
protocol: TCP
--- ---
apiVersion: v1 apiVersion: v1