bootstrap
This commit is contained in:
12
k8s/32_service_broker.yaml
Normal file
12
k8s/32_service_broker.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: broker
|
||||
namespace: paperless
|
||||
spec:
|
||||
selector:
|
||||
app: broker
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 6379
|
||||
targetPort: 6379
|
||||
Reference in New Issue
Block a user