We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3841d4 commit e331a39Copy full SHA for e331a39
charts/flaiserator-crd/charts/crds/templates/applications.fintlabs.no-v1.yml
@@ -123,6 +123,29 @@ spec:
123
items:
124
type: "string"
125
type: "array"
126
+ routes:
127
+ items:
128
+ properties:
129
+ headers:
130
+ additionalProperties:
131
+ type: "string"
132
+ type: "object"
133
+ host:
134
135
+ middlewares:
136
137
138
+ type: "array"
139
+ path:
140
141
+ queries:
142
143
144
145
+ required:
146
+ - "host"
147
148
149
type: "object"
150
kafka:
151
properties:
0 commit comments