Skip to content

Instantly share code, notes, and snippets.

@jonchen727
Created June 9, 2022 15:28
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 jonchen727/c4f73ec5351a4278f12f369d06d79b76 to your computer and use it in GitHub Desktop.
Save jonchen727/c4f73ec5351a4278f12f369d06d79b76 to your computer and use it in GitHub Desktop.
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