Added Openshift example deployments
This commit is contained in:
16
openshift/deploy-with-oauth-proxy/redis-service.yaml
Normal file
16
openshift/deploy-with-oauth-proxy/redis-service.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
labels:
|
||||
application: kube-ops-view
|
||||
component: redis
|
||||
name: kube-ops-view-redis
|
||||
spec:
|
||||
selector:
|
||||
application: kube-ops-view
|
||||
component: redis
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 6379
|
||||
protocol: TCP
|
||||
targetPort: 6379
|
||||
Reference in New Issue
Block a user