mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
12 lines
184 B
YAML
12 lines
184 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: kubernetes
|
|
namespace: default
|
|
spec:
|
|
clusterIP: 10.0.0.1
|
|
ports:
|
|
- name: https
|
|
port: 443
|
|
protocol: TCP
|
|
targetPort: 443
|