fix: fix more errors with forgejo deployment
This commit is contained in:
parent
6003d77cd0
commit
a48bd2ad7c
2 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: production
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue