mirror of https://github.com/MISP/MISP-maltego
Delete k8s.yaml
parent
b6556a56fd
commit
329b46fa6c
43
k8s.yaml
43
k8s.yaml
|
@ -1,43 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: misp-maltego
|
|
||||||
spec:
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: misp-maltego
|
|
||||||
replicas: 1
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: misp-maltego
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: misp-maltego
|
|
||||||
image: cvandeplas/misp-maltego
|
|
||||||
imagePullPolicy: Always
|
|
||||||
ports:
|
|
||||||
- name: listen-port
|
|
||||||
containerPort: 8080
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 10m
|
|
||||||
memory: 4Gi
|
|
||||||
limits:
|
|
||||||
cpu: 1
|
|
||||||
memory: 4Gi
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: misp-maltego
|
|
||||||
annotations:
|
|
||||||
dev.okteto.com/auto-ingress: "true"
|
|
||||||
spec:
|
|
||||||
type: ClusterIP
|
|
||||||
ports:
|
|
||||||
- name: "misp-maltego"
|
|
||||||
port: 8080
|
|
||||||
selector:
|
|
||||||
app: misp-maltego
|
|
Loading…
Reference in New Issue