Skip to content

Commit

Permalink
Remove netbox- prefix from deployment names
Browse files Browse the repository at this point in the history
Make the deployment names match the file names.
  • Loading branch information
larsks committed Oct 28, 2021
1 parent 4662284 commit aec61fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion netbox/base/deployments/postgres.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: netbox-postgres
name: postgres
spec:
replicas: 1
strategy:
Expand Down
2 changes: 1 addition & 1 deletion netbox/base/deployments/redis-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: netbox-redis-cache
name: redis-cache
spec:
replicas: 1
strategy:
Expand Down
2 changes: 1 addition & 1 deletion netbox/base/deployments/redis.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: netbox-redis
name: redis
spec:
replicas: 1
strategy:
Expand Down

0 comments on commit aec61fd

Please sign in to comment.