12345678910111213141516171819 |
- ---
- apiVersion: v1
- kind: Service
- metadata:
- name: gogs
- namespace: cicd
- spec:
- type: ClusterIP
- selector:
- app.kubernetes.io/name: gogs
- ports:
- - protocol: TCP
- port: 80
- targetPort: 6161
- name: "web"
- - protocol: TCP
- port: 8162
- targetPort: 22
- name: "ssh"
|