mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-02-14 16:59:51 +00:00
16 lines
264 B
YAML
Executable File
16 lines
264 B
YAML
Executable File
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: cache
|
|
labels:
|
|
openproject.service: cache
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
openproject.service: cache
|
|
ports:
|
|
- name: cache
|
|
protocol: TCP
|
|
port: 11211
|
|
targetPort: 11211
|