fix: fix more errors with forgejo deployment

This commit is contained in:
Patryk Hegenberg 2025-05-07 10:18:37 +02:00
parent 6003d77cd0
commit a48bd2ad7c
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: production

View file

@ -7,10 +7,12 @@ spec:
selector:
app: forgejo
ports:
- protocol: TCP
- name: http
protocol: TCP
port: 80
targetPort: 3000
- protocol: TCP
- name: ssh
protocol: TCP
port: 22
targetPort: 22
type: ClusterIP