Skip to content

Commit

Permalink
Rename the service, we already shut down the old one. (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Lorenc <dlorenc@google.com>
  • Loading branch information
dlorenc committed May 1, 2021
1 parent 495982d commit 8f730f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ apiVersion: apps/v1
kind: Deployment
metadata:
namespace: fulcio-dev
name: fulcio-dev-server
name: fulcio-server
labels:
app: fulcio-dev-server
app: fulcio-server
spec:
replicas: 3
selector:
Expand Down Expand Up @@ -59,10 +59,10 @@ apiVersion: v1
kind: Service
metadata:
namespace: fulcio-dev
name: fulcio-dev-server
name: fulcio-server
spec:
selector:
app: fulcio-dev-server
app: fulcio-server
type: LoadBalancer
ports:
- protocol: TCP
Expand Down

0 comments on commit 8f730f9

Please sign in to comment.