mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 10:13:58 +00:00
15 lines
265 B
YAML
15 lines
265 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: svc-check-web
|
|
namespace: {{ .Values.namespace | default .Release.Namespace }}
|
|
labels:
|
|
app: svc-check-web
|
|
spec:
|
|
selector:
|
|
app: svc-check-web
|
|
ports:
|
|
- name: http
|
|
port: 80
|
|
targetPort: http
|