Skip to content

Instantly share code, notes, and snippets.

@jonchen727
Created June 9, 2022 15:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
An example redis service with Istio required fields
apiVersion: v1
kind: Service
metadata:
labels:
app: redis
version: "6.0"
name: redis
namespace: wordpress
spec:
ports:
- name: tcp
port: 6379
selector:
app: redis
type: ClusterIP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment