Last active
June 13, 2024 14:02
-
-
Save Aaronontheweb/4afa499add3daae6e01849378e37572d to your computer and use it in GitHub Desktop.
MicroK8s observability load balancers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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