mirror of
https://github.com/zoriya/snow.git
synced 2026-08-07 23:10:16 +00:00
11 lines
143 B
YAML
11 lines
143 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: proxy
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- name: http
|
|
port: 8080
|
|
targetPort: 8080
|