mirror of
https://github.com/zoriya/snow.git
synced 2026-08-15 18:44:14 +00:00
24 lines
349 B
YAML
24 lines
349 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: sish-http
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: http
|
|
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: sish-ssh
|
|
annotations:
|
|
lbipam.cilium.io/ips: 192.168.1.202
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- name: ssh
|
|
port: 22
|
|
targetPort: ssh
|