Skip to content

Instantly share code, notes, and snippets.

@glassonion1
Created May 6, 2020 03:16
Show Gist options
  • Save glassonion1/fff9596b9585b1bab709038f3085d003 to your computer and use it in GitHub Desktop.
Save glassonion1/fff9596b9585b1bab709038f3085d003 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: redis
spec:
type: ClusterIP
clusterIP: None
ports:
- port: 6379
name: port-redis
selector:
redis-app: redis
@glassonion1
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment