Skip to content

Instantly share code, notes, and snippets.

@Jalict
Last active August 13, 2020 14:24
Show Gist options
  • Save Jalict/1e50146b814c09b79ff44ac277b6ec65 to your computer and use it in GitHub Desktop.
Save Jalict/1e50146b814c09b79ff44ac277b6ec65 to your computer and use it in GitHub Desktop.
apiVersion: apps/v1
kind: Deployment
metadata:
name: unity-cache
namespace: default
spec:
replicas: 1
selector:
matchLabels:
app: unity
template:
metadata:
labels:
app: unity
spec:
containers:
- name: unity-cache
image: eu.gcr.io/meetinvr-dev/unity-cache-server
ports:
- containerPort: 8216
protocol: TCP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment