Expose ssh internally. Wasn't useful, but I tried.
This commit is contained in:
parent
687fbe6284
commit
b0ea4ce27f
|
|
@ -1,4 +1,3 @@
|
||||||
# Roughly from help chart, but needed to change ingress.
|
|
||||||
---
|
---
|
||||||
# Source: onedev/templates/serviceaccount.yaml
|
# Source: onedev/templates/serviceaccount.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
|
|
@ -131,6 +130,10 @@ spec:
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 6610
|
targetPort: 6610
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- name: ssh
|
||||||
|
port: 2222
|
||||||
|
targetPort: 6611
|
||||||
|
protocol: TCP
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: onedev
|
app.kubernetes.io/name: onedev
|
||||||
app.kubernetes.io/instance: onedev
|
app.kubernetes.io/instance: onedev
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue