Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
change argocd-notifications-bot service name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmt committed Mar 2, 2020
1 parent f641c68 commit f0d8085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/bot/argocd-notifications-bot-service.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: argocd-notification-bot
name: argocd-notifications-bot
spec:
ports:
- name: server
protocol: TCP
port: 80
targetPort: 8080
selector:
app.kubernetes.io/name: argocd-notification-bot
app.kubernetes.io/name: argocd-notifications-bot
type: LoadBalancer

0 comments on commit f0d8085

Please sign in to comment.