Adds memcached and openproject apps.
This commit is contained in:
12
apps/memcached/service.yaml
Normal file
12
apps/memcached/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: memcached
|
||||
spec:
|
||||
ports:
|
||||
- port: {{ .apps.memcached.port }}
|
||||
targetPort: {{ .apps.memcached.port }}
|
||||
protocol: TCP
|
||||
name: memcached
|
||||
selector:
|
||||
component: cache
|
Reference in New Issue
Block a user