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
|
kind: Kustomization
|
||||||
metadata:
|
metadata:
|
||||||
name: production
|
name: production
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,12 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
app: forgejo
|
app: forgejo
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- name: http
|
||||||
|
protocol: TCP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
- protocol: TCP
|
- name: ssh
|
||||||
|
protocol: TCP
|
||||||
port: 22
|
port: 22
|
||||||
targetPort: 22
|
targetPort: 22
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue