Skip to content

Commit

Permalink
Switch to official CyberChef image
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmarchione committed Apr 10, 2024
1 parent 009f884 commit ecb61b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cluster/apps/tools/cyberchef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ spec:
spec:
containers:
- name: cyberchef
image: mpepping/cyberchef:v10.9.0
image: ghcr.io/gchq/cyberchef:10.14.0
ports:
- containerPort: 8000
- containerPort: 80
---
apiVersion: v1
kind: Service
Expand All @@ -30,8 +30,8 @@ spec:
type: ClusterIP
ports:
- name: http
targetPort: 8000
port: 8000
targetPort: 80
port: 80
protocol: TCP
selector:
app: cyberchef
Expand All @@ -55,7 +55,7 @@ spec:
service:
name: cyberchef-service
port:
number: 8000
number: 80
tls:
- hosts:
- cyberchef.${SECRET_INTERNAL_DOMAIN_NAME}
Expand Down

0 comments on commit ecb61b6

Please sign in to comment.