mirror of https://git.rancher.io/charts
14 lines
229 B
YAML
14 lines
229 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: rio-api-validator
|
||
|
namespace: {{ .Release.Namespace }}
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: https-443
|
||
|
port: 443
|
||
|
protocol: TCP
|
||
|
targetPort: 443
|
||
|
selector:
|
||
|
rio-controller: "true"
|