Skip to content

Instantly share code, notes, and snippets.

@oceanapplications
Created August 22, 2021 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oceanapplications/f8c40b5494da0603f84bb8487e429e37 to your computer and use it in GitHub Desktop.
Save oceanapplications/f8c40b5494da0603f84bb8487e429e37 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: redis
namespace: kubernetes-for-laravel
labels:
tier: backend
spec:
selector:
app: redis
tier: backend
ports:
- protocol: TCP
port: 6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment