mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 10:22:54 +02:00
14 lines
193 B
YAML
14 lines
193 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: sol-auth-svc
|
|
spec:
|
|
ports:
|
|
- name: http-svc
|
|
port: 8002
|
|
targetPort: 8002
|
|
selector:
|
|
app: sol-auth
|
|
status:
|
|
loadBalancer: {}
|