You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
409 B

apiVersion: v1
kind: Service
metadata:
labels:
app: superset
name: superset
namespace: csi-uat
spec:
ports:
- port: 80
targetPort: 8088
selector:
app: superset
type: ClusterIP
---
apiVersion: v1
kind: Service
metadata:
name: redis-superset-svc
namespace: csi-uat
spec:
selector:
app: redis-superset
ports:
- protocol: TCP
port: 6379
targetPort: 6379