34549b779b
- Also continue renaming things related to the concierge app - Enhance the uninstall test to also test uninstalling the supervisor and local-user-authenticator apps
14 lines
241 B
YAML
14 lines
241 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: pinniped-supervisor-node-port
|
|
namespace: pinniped-supervisor
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: pinniped-supervisor
|
|
ports:
|
|
- port: 80
|
|
targetPort: 80
|
|
nodePort: 31234
|