Skip to content

Commit

Permalink
Update deployment.yaml back to encryption-microservice
Browse files Browse the repository at this point in the history
  • Loading branch information
ifocus1776 authored Sep 2, 2023
1 parent b661488 commit 16f89bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: fipsencrypt-microservice
name: encryption-microservice
spec:
replicas: 1
selector:
matchLabels:
app: fipsencrypt-microservice
app: encryption-microservice
template:
metadata:
labels:
app: fipsencrypt-microservice
app: encryption-microservice
spec:
containers:
- name: fipsencrypt-microservice
image: hub.docker.com/r/hashicorp/vault
- name: encryption-microservice
image: gcr.io/my-project/encryption-microservice:latest
imagePullPolicy: Always
ports:
- containerPort: 8081
- containerPort: 8080
resources:
limits:
memory: 156Mi
cpu: 120m
memory: 512Mi
cpu: 100m
nodeSelector:
fips: enabled

0 comments on commit 16f89bd

Please sign in to comment.