mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
14 lines
203 B
YAML
14 lines
203 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: app
|
|
spec:
|
|
ports:
|
|
- name: app
|
|
port: 443
|
|
targetPort: 8123
|
|
ipFamilies:
|
|
- IPv4
|
|
ipFamilyPolicy: SingleStack
|
|
clusterIP: None
|
|
type: ClusterIP |