mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
15 lines
193 B
YAML
15 lines
193 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: knoe
|
|
labels:
|
|
app: knoe
|
|
spec:
|
|
selector:
|
|
app: knoe
|
|
ports:
|
|
- name: https
|
|
port: 443
|
|
targetPort: https
|
|
type: ClusterIP
|