Skip to content

Instantly share code, notes, and snippets.

@Aaronontheweb
Last active June 13, 2024 14:02
Show Gist options
  • Save Aaronontheweb/4afa499add3daae6e01849378e37572d to your computer and use it in GitHub Desktop.
Save Aaronontheweb/4afa499add3daae6e01849378e37572d to your computer and use it in GitHub Desktop.
MicroK8s observability load balancers
apiVersion: v1
kind: Service
metadata:
name: grafana-loadbalancer
namespace: observability
spec:
type: LoadBalancer
selector:
app.kubernetes.io/name: grafana
ports:
- protocol: TCP
port: 3000
targetPort: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment