Files
service-catalog/charts/kubeflow/common/oidc-client/oidc-authservice/base/service.yaml
T
2025-01-13 02:31:27 +00:00

13 lines
230 B
YAML

apiVersion: v1
kind: Service
metadata:
name: authservice
spec:
type: ClusterIP
selector:
app: authservice
ports:
- port: 8080
name: http-authservice
targetPort: http-api
publishNotReadyAddresses: true