add longhorn oauth2 proxy
This commit is contained in:
13
deploy/longhorn/oauth2-proxy-longhorn-svc.yaml
Normal file
13
deploy/longhorn/oauth2-proxy-longhorn-svc.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: oauth2-proxy-longhorn
|
||||
namespace: longhorn-system
|
||||
spec:
|
||||
ports:
|
||||
- port: 4180
|
||||
targetPort: 4180
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
app: oauth2-proxy-longhorn
|
Reference in New Issue
Block a user