Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120835293
vector-deployment.yaml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
vector-deployment.yaml
View Options
{{
- if and .Values.openshift .Values.vector.enabled -
}}
apiVersion
:
apps/v1
kind
:
Deployment
metadata
:
annotations
:
alpha.image.policy.openshift.io/resolve-names
:
'*'
labels
:
app
:
vector
name
:
vector
spec
:
selector
:
matchLabels
:
deployment
:
vector
strategy
:
type
:
Recreate
template
:
metadata
:
annotations
:
checksum/config
:
{{
include (print $.Template.BasePath "/vector-configmap.yaml") . | sha256sum
}}
labels
:
deployment
:
vector
vector.dev/exclude
:
"true"
spec
:
{{
- if .Values.image.pullSecret
}}
imagePullSecrets
:
-
name
:
registry-pull-secret
{{
- end
}}
containers
:
-
name
:
vector
image
:
{{
.Values.image.vectorImage
}}
imagePullPolicy
:
{{
.Values.image.pullPolicy
}}
resources
:
{{
- toYaml .Values.vector.resources | nindent 10
}}
env
:
-
name
:
VECTOR_LOG
value
:
"info"
ports
:
-
name
:
http
containerPort
:
8000
protocol
:
TCP
-
name
:
syslog
containerPort
:
9000
protocol
:
TCP
-
name
:
vector
containerPort
:
6000
protocol
:
TCP
-
name
:
prom-exporter
containerPort
:
9090
protocol
:
TCP
volumeMounts
:
-
name
:
data
mountPath
:
"/data"
-
name
:
config
mountPath
:
/config/vector.yaml
subPath
:
vector.yaml
terminationGracePeriodSeconds
:
30
volumes
:
-
name
:
config
configMap
:
name
:
vector
-
name
:
data
emptyDir
:
{}
{{
- end
}}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 1:16 PM (4 d, 5 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
1e/76/f172c7fdc9220777559bd578fa15
Default Alt Text
vector-deployment.yaml (1 KB)
Attached To
Mode
R114 kolab-infrastructure
Attached
Detach File
Event Timeline