18 lines
257 B
YAML
18 lines
257 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: loki
|
|
namespace: monitoring
|
|
labels:
|
|
app: loki
|
|
spec:
|
|
type: NodePort
|
|
ports:
|
|
- name: http
|
|
port: 3100
|
|
targetPort: 3100
|
|
nodePort: 30100
|
|
protocol: TCP
|
|
selector:
|
|
app: loki
|