Skip to content

Commit

Permalink
https issue on loki
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jul 16, 2024
1 parent 9ed7a48 commit 847f58c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/homepage-dashboard/cluster-role-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ metadata:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: homepage
name: homepage-cluster-role
subjects:
- kind: ServiceAccount
name: homepage
name: homepage-serviceaccount
namespace: homepage-dashboard
4 changes: 2 additions & 2 deletions kubernetes/apps/homepage-dashboard/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
labels:
app.kubernetes.io/name: homepage
spec:
serviceAccountName: homepage
serviceAccountName: homepage-serviceaccount
automountServiceAccountToken: true
dnsPolicy: ClusterFirst
enableServiceLinks: true
Expand Down Expand Up @@ -60,6 +60,6 @@ spec:
volumes:
- name: homepage-config
configMap:
name: homepage
name: homepage-configmap
- name: logs
emptyDir: {}
2 changes: 1 addition & 1 deletion kubernetes/apps/homepage-dashboard/service-account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
labels:
app.kubernetes.io/name: homepage
secrets:
- name: homepage
- name: homepage-secret
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/promtail/config-map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
grpc_listen_port: 0
clients:
- url: https://loki-svc:3100/loki/api/v1/push
- url: http://loki-svc:3100/loki/api/v1/push
positions:
filename: /tmp/positions.yaml
Expand Down

0 comments on commit 847f58c

Please sign in to comment.